DBConnection
object DBConnection
Singleton object for managing the database connection.
Properties
Functions
Link copied to clipboard
fun getDatabaseObject(username: String? = null, password: String? = null, dbName: String? = null): Database
Gets a database object for connecting to the PostgreSQL database.